go/parser.resolver.walkExprs (method)

6 uses

	go/parser (current package)
		resolver.go#L229: func (r *resolver) walkExprs(list []ast.Expr) {
		resolver.go#L313: 		r.walkExprs(n.Rhs)
		resolver.go#L317: 			r.walkExprs(n.Lhs)
		resolver.go#L345: 		r.walkExprs(n.List)
		resolver.go#L444: 				r.walkExprs(lhs)
		resolver.go#L459: 				r.walkExprs(spec.Values)